home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / gfx / mv2_x.readme < prev    next >
Text File  |  1995-08-03  |  4KB  |  98 lines

  1. Short: OS 2.x MultiView replacement
  2.  
  3. author:   hschuman@cs.uni-magdeburg.de <Horst Schumann>
  4. uploader: hschuman@cs.uni-magdeburg.de <Horst Schumann>
  5. type:     /dev/e
  6.  
  7. Introduction
  8. ------------
  9. This little program should be named MultiView and placed in the C:
  10. directory or somewhere else in the search path.
  11. It was written out of frustration. If you are using OS 2.x and often
  12. download archives from Aminet or the like, you probably know this
  13. situation: doubleclick on an icon and a requester pops up "program
  14. multiview cannot be located". This is especially annoying for CDs,
  15. because it is impossible to change the default tool.
  16. Here is where this program comes in. It is called instead of the 3.x
  17. MultiView and there is a pre-configured viewer that you like best
  18. for all the usual file extensions.
  19.  
  20. How to use it?
  21. --------------
  22. Very simple, if you have AmigaE by Wouter van Oortmerssen.
  23. Thanks Wouter for this incredible piece of software and the support!
  24. It was written using version 3.1a, but might work with earlier
  25. versions too.
  26. (If not, get the latest version from Aminet and try the demo and
  27. register afterwards 8-) )
  28. I put in my favourite viewers (players can also be used). To change
  29. that, just edit the source code to fit your needs and compile it.
  30. As the last step, put it in your C: directory as MultiView.
  31. Then you are set.
  32. In addition, I created a Toolmanager dock for my program. That makes
  33. it possible to simply drag a document on this icon and it is viewed.
  34. (great for readme files on Aminet CDs without icons)
  35.  
  36. Requirements
  37. ------------
  38. - Amiga computer (kind of obvious)
  39. - enough memory to load the program and to display all
  40.   the requesters (and for the viewers and data as well)
  41. - OS 2.x (3.x and more comes with a real MultiView, so why bother?)
  42.  
  43. Some problems
  44. -------------
  45. - viewers must be in C: or complete path must be coded, when used
  46.   from WB
  47.   (DOS.library`s Execute function related)
  48.   (any ideas for fixing, please contact me)
  49. - doesn`t replace OS 3.x data types
  50.   (it doesn`t even try 8-( )
  51. - no external prefs file/program
  52.   (faster for same reason)
  53.   data types do not change very often
  54. - can handle only commands up to 512 characters
  55.   (including parameters, quotes, spaces, colons, slashes ...)
  56.   (max. CLI command length is 512)
  57. - file needs to have an extension (.something) to recognize
  58.   file type (currently up to 6 characters)
  59.   otherwise the requester for unknown file types comes up
  60.  
  61. Legal Stuff
  62. -----------
  63. This program was written, using some example routines from the
  64. AmigaE_v3.1a package, (thanks again to Wouter) by:
  65.  
  66. Horst Schumann
  67. Helmstedter Str. 18
  68. 39167 Irxleben
  69. Germany
  70.  
  71. e-mail: hschuman@cs.uni-magdeburg.de
  72. WWW: http://www.cs.uni-magddeburg.de/~hschuman/hschuman.html (links only)
  73.  
  74.  
  75. I call it anythingware (same as giftware)! Everybody can use it,
  76. modify it, compile it, re-release it, etc. provided he/she (Are
  77. there any girls using the Amiga? I'd love to hear from you!)
  78. sends me anything like e-mails, postcards, letters, money, Amiga
  79. equipment, Amigas (no PCs, please!), etc., but if you can`t
  80. afford any of it, please use it anyway, it might be useful. Own
  81. programs, especially those of the useful kind, are very much
  82. welcome too (uncrippled of course).
  83.  
  84. And now the standard disclaimer
  85. -------------------------------
  86. NO WARRANTY
  87. If something happens and you don`t want it, blame somebody else!
  88.  
  89. History
  90. -------
  91. This release got some requesters added in case the file type is
  92. unknown. Instead of using the default viewer a custom viewer can
  93. be selected.
  94.  
  95. Future Plans?
  96. -------------
  97. Who knows what the future will bring...
  98.